home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / e_to_l / imlib201 / uimage.dfm / uimage.txt
Text File  |  1996-09-15  |  14KB  |  641 lines

  1. object Form1: TForm1
  2.   Left = 6
  3.   Top = 12
  4.   Width = 629
  5.   Height = 435
  6.   ActiveControl = DirectoryListBox1
  7.   Caption = 'Imagelib user'#39's example'
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'Times New Roman'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   TextHeight = 15
  18.   object Label1: TLabel
  19.     Left = 1
  20.     Top = 364
  21.     Width = 46
  22.     Height = 13
  23.     Caption = 'Strech on'
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label4: TLabel
  31.     Left = 51
  32.     Top = 364
  33.     Width = 77
  34.     Height = 13
  35.     Caption = 'Save options on'
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object QualityLabel: TLabel
  43.     Left = 132
  44.     Top = 296
  45.     Width = 58
  46.     Height = 13
  47.     Caption = 'Quality save'
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object SmoothLabel: TLabel
  55.     Left = 132
  56.     Top = 364
  57.     Width = 62
  58.     Height = 13
  59.     Caption = 'Smooth save'
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object MultiImage1: TMultiImage
  67.     Left = 185
  68.     Top = 19
  69.     Width = 312
  70.     Height = 241
  71.     Cursor = crCross
  72.     Center = True
  73.     JPegDither = 4
  74.     JPegResolution = 8
  75.     JPegSaveQuality = 25
  76.     JPegSaveSmooth = 0
  77.     ImageName = 'file not found'
  78.     OnClick = MultiImage1Click
  79.   end
  80.   object Gauge1: TGauge
  81.     Left = 183
  82.     Top = 270
  83.     Width = 314
  84.     Height = 13
  85.     BorderStyle = bsNone
  86.     ForeColor = clRed
  87.     BackColor = clBtnFace
  88.     Progress = 0
  89.   end
  90.   object Label9: TLabel
  91.     Left = 512
  92.     Top = -2
  93.     Width = 30
  94.     Height = 15
  95.     AutoSize = False
  96.     Caption = 'Width'
  97.   end
  98.   object Label10: TLabel
  99.     Left = 512
  100.     Top = 32
  101.     Width = 32
  102.     Height = 15
  103.     AutoSize = False
  104.     Caption = 'Height'
  105.   end
  106.   object Label11: TLabel
  107.     Left = 512
  108.     Top = 65
  109.     Width = 65
  110.     Height = 15
  111.     AutoSize = False
  112.     Caption = 'Bits per pixel'
  113.   end
  114.   object Label12: TLabel
  115.     Left = 512
  116.     Top = 99
  117.     Width = 31
  118.     Height = 15
  119.     AutoSize = False
  120.     Caption = 'Planes'
  121.   end
  122.   object Label13: TLabel
  123.     Left = 512
  124.     Top = 133
  125.     Width = 32
  126.     Height = 15
  127.     AutoSize = False
  128.     Caption = 'Colors'
  129.   end
  130.   object Label14: TLabel
  131.     Left = 512
  132.     Top = 166
  133.     Width = 27
  134.     Height = 15
  135.     AutoSize = False
  136.     Caption = 'Type'
  137.   end
  138.   object Label15: TLabel
  139.     Left = 512
  140.     Top = 199
  141.     Width = 64
  142.     Height = 15
  143.     AutoSize = False
  144.     Caption = 'Compression'
  145.   end
  146.   object Label8: TLabel
  147.     Left = 512
  148.     Top = 232
  149.     Width = 20
  150.     Height = 15
  151.     Caption = 'Size'
  152.   end
  153.   object DriveComboBox1: TDriveComboBox
  154.     Left = 8
  155.     Top = 244
  156.     Width = 145
  157.     Height = 21
  158.     Color = 12639424
  159.     TabOrder = 0
  160.     OnChange = DriveComboBox1Change
  161.   end
  162.   object DirectoryListBox1: TDirectoryListBox
  163.     Left = 8
  164.     Top = 125
  165.     Width = 145
  166.     Height = 110
  167.     Color = 12639424
  168.     ItemHeight = 16
  169.     TabOrder = 1
  170.     OnChange = DirectoryListBox1Change
  171.   end
  172.   object FileListBox1: TFileListBox
  173.     Left = 8
  174.     Top = 17
  175.     Width = 145
  176.     Height = 97
  177.     Color = 12639424
  178.     ItemHeight = 16
  179.     Mask = '*.gif;*.jpg;*.pcx;*.bmp;*.wmf;*.ico'
  180.     ShowGlyphs = True
  181.     TabOrder = 2
  182.     OnChange = FileListBox1Change
  183.   end
  184.   object Sstretch: TBiSwitch
  185.     Left = 8
  186.     Top = 312
  187.     Width = 33
  188.     Height = 49
  189.     ForeColor = clBlack
  190.     BackColor = clBtnFace
  191.     pOn = False
  192.     Font.Color = clBlack
  193.     Font.Height = -11
  194.     Font.Name = 'MS Sans Serif'
  195.     Font.Style = []
  196.     ParentFont = False
  197.     TabStop = True
  198.     TabOrder = 3
  199.     OnOn = SstretchOnOff
  200.     OnOff = SstretchOnOff
  201.   end
  202.   object SaveAs: TBiSwitch
  203.     Left = 70
  204.     Top = 312
  205.     Width = 33
  206.     Height = 49
  207.     ForeColor = clBlack
  208.     BackColor = clBtnFace
  209.     pOn = False
  210.     Font.Color = clBlack
  211.     Font.Height = -11
  212.     Font.Name = 'MS Sans Serif'
  213.     Font.Style = []
  214.     ParentFont = False
  215.     TabStop = True
  216.     TabOrder = 4
  217.     OnOn = setsavevisible
  218.     OnOff = setsavevisible
  219.   end
  220.   object SaveButton: TBitBtn
  221.     Left = 521
  222.     Top = 301
  223.     Width = 82
  224.     Height = 76
  225.     Caption = 'Save'
  226.     Font.Color = clBlack
  227.     Font.Height = -11
  228.     Font.Name = 'MS Sans Serif'
  229.     Font.Style = []
  230.     ParentFont = False
  231.     TabOrder = 5
  232.     OnClick = SaveButtonClick
  233.     Glyph.Data = {
  234.       78010000424D7801000000000000760000002800000020000000100000000100
  235.       04000000000000000000120B0000120B00000000000000000000000000000000
  236.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  237.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  238.       033333FFFF77777773F330000077777770333777773FFFFFF733077777000000
  239.       03337F3F3F777777733F0797A770003333007F737337773F3377077777778803
  240.       30807F333333337FF73707888887880007707F3FFFF333777F37070000878807
  241.       07807F777733337F7F3707888887880808807F333333337F7F37077777778800
  242.       08807F333FFF337773F7088800088803308073FF777FFF733737300008000033
  243.       33003777737777333377333080333333333333F7373333333333300803333333
  244.       33333773733333333333088033333333333373F7F33333333333308033333333
  245.       33333737333333333333330333333333333333733333333333330000}
  246.     Layout = blGlyphTop
  247.     NumGlyphs = 2
  248.     Style = bsNew
  249.   end
  250.   object QualitySpin: TSpinEdit
  251.     Left = 132
  252.     Top = 314
  253.     Width = 49
  254.     Height = 24
  255.     Hint = '0 to 100 for jpeg saving quality'
  256.     AutoSize = False
  257.     Font.Color = clBlack
  258.     Font.Height = -11
  259.     Font.Name = 'MS Sans Serif'
  260.     Font.Style = []
  261.     MaxValue = 100
  262.     MinValue = 0
  263.     ParentFont = False
  264.     ParentShowHint = False
  265.     ShowHint = True
  266.     TabOrder = 6
  267.     Value = 25
  268.   end
  269.   object Smoothspin: TSpinEdit
  270.     Left = 132
  271.     Top = 336
  272.     Width = 49
  273.     Height = 24
  274.     Hint = '0 to 100 for jpeg smoothing quality'
  275.     AutoSize = False
  276.     Font.Color = clBlack
  277.     Font.Height = -11
  278.     Font.Name = 'MS Sans Serif'
  279.     Font.Style = []
  280.     MaxValue = 100
  281.     MinValue = 0
  282.     ParentFont = False
  283.     ParentShowHint = False
  284.     ShowHint = True
  285.     TabOrder = 7
  286.     Value = 0
  287.   end
  288.   object GroupBox1: TGroupBox
  289.     Left = 210
  290.     Top = 296
  291.     Width = 126
  292.     Height = 81
  293.     Caption = 'JPeg display resolution'
  294.     Font.Color = clBlack
  295.     Font.Height = -11
  296.     Font.Name = 'MS Sans Serif'
  297.     Font.Style = []
  298.     ParentFont = False
  299.     TabOrder = 8
  300.     object res4: TRadioButton
  301.       Left = 8
  302.       Top = 17
  303.       Width = 105
  304.       Height = 17
  305.       Hint = 
  306.         'Ideal with one pass dither to display images on a 16 color syste' +
  307.         'm'
  308.       Caption = '4 bit (16 colors)'
  309.       ParentShowHint = False
  310.       ShowHint = True
  311.       TabOrder = 0
  312.       OnClick = resClick
  313.     end
  314.     object res24: TRadioButton
  315.       Left = 8
  316.       Top = 61
  317.       Width = 105
  318.       Height = 17
  319.       Caption = '24 bit (true color)'
  320.       TabOrder = 1
  321.       OnClick = resClick
  322.     end
  323.     object res8: TRadioButton
  324.       Left = 8
  325.       Top = 38
  326.       Width = 105
  327.       Height = 17
  328.       Caption = '8 bit (256 colors)'
  329.       Checked = True
  330.       TabOrder = 2
  331.       TabStop = True
  332.       OnClick = resClick
  333.     end
  334.   end
  335.   object GroupBox2: TGroupBox
  336.     Left = 358
  337.     Top = 296
  338.     Width = 144
  339.     Height = 81
  340.     Caption = 'JPeg display dither'
  341.     Font.Color = clBlack
  342.     Font.Height = -11
  343.     Font.Name = 'MS Sans Serif'
  344.     Font.Style = []
  345.     ParentFont = False
  346.     TabOrder = 9
  347.     object Label5: TLabel
  348.       Left = 4
  349.       Top = 16
  350.       Width = 45
  351.       Height = 13
  352.       Caption = 'One pass'
  353.     end
  354.     object Label6: TLabel
  355.       Left = 56
  356.       Top = 16
  357.       Width = 46
  358.       Height = 13
  359.       Caption = 'Two pass'
  360.     end
  361.     object Label7: TLabel
  362.       Left = 115
  363.       Top = 16
  364.       Width = 26
  365.       Height = 13
  366.       Caption = 'None'
  367.     end
  368.     object DitherOneNo: TRadioButton
  369.       Left = 8
  370.       Top = 38
  371.       Width = 40
  372.       Height = 17
  373.       Hint = 'One pass no dithering'
  374.       Caption = 'No'
  375.       ParentShowHint = False
  376.       ShowHint = True
  377.       TabOrder = 0
  378.       O